home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_gen / sb402.zip / README.TXT < prev    next >
Text File  |  1996-04-14  |  12KB  |  253 lines

  1.  
  2.                              EXTRA INFORMATION
  3.  
  4.  
  5.  
  6. COMPRESS.EXE
  7.  
  8. Setup Builder provides the facility to compress files before they are placed
  9. on your installation suite disks.
  10. In order for Setup Builder to use COMPRESS.EXE, COMPRESS.EXE is placed in
  11. your WINDOWS directory. COMPRESS.EXE must be pointed to by the PATH statement
  12. in your AUTOEXEC.BAT file.
  13.  
  14.  
  15.  
  16. PAYMENT FOR SOFTWARE
  17.  
  18. Please see the Setup Builder help file 'Payment for and Registration of
  19. Software' section for information on how you can pay for your copy of the
  20. Setup Builder software.
  21.  
  22.  
  23.  
  24. MORE INFORMATION
  25.  
  26. If you require any further information, please see the Setup
  27. Builder help file 'Contacting the Author' section for information
  28. on how to contact the author.
  29.  
  30.  
  31.  
  32. NEW FEATURES TO VERSION 3.05
  33.  
  34.      -     3d Dialogs and controls
  35.      -     Redesign/improved ease of use to all dialogs
  36.  
  37.  
  38. NEW FEATURES TO VERSION 3.06
  39.  
  40.      -     Internal bug fixes
  41.  
  42.  
  43. NEW FEATURES TO VERSION 3.07
  44.  
  45.      -     Configuration of compressed file name extensions ie .EXE to .EX_
  46.      -     Correction of bug which sometimes prevented SaveAs and New
  47.            dialogs working
  48.      -     Configuration of temporary file directory now possible
  49.      -     Correction of bug during build: if source file was not found,
  50.            error message was corrupt where it refered to the source file name
  51.      -     Correction of bug at end of build: copying of script file did
  52.            not delete the dummy script file first resulting in an incorrect
  53.            space availability check and the script file not being placed on
  54.            the first disk
  55.      -     Ability to specify target directory in addition to the current
  56.            drive letter feature. Enables install procedures to be built on
  57.            your hard disk
  58.      -     Correction of bug which caused the first file overwrite
  59.            confirmation message in an install procedure to be correct, but
  60.            subsequent ones to have the file name at the start of the message
  61.            instead of in place of the '$' substitution marker
  62.      -     New/larger toolbar buttons
  63.      -     6 extra 'user code' sections
  64.      -     Now supports files larger than the size of diskettes (unlike
  65.            many alternative products) and splits them across multiple
  66.            diskettes. Also handles compressed files split across multiple
  67.            diskettes. Much more efficient use of diskette space
  68.  
  69.  
  70. NEW FEATURES TO VERSION 3.08
  71.  
  72.      -     Now supports background 'advertising' bitmaps during application
  73.            installation - for company logos etc or a default shaded backdrop
  74.            Supported by completely new 'Backdrop Display' dialog in Setup
  75.            Builder
  76.      -     Nested calling of script files from within script files
  77.      -     MakeIcon() extended to allow setting of icon, and default path
  78.            and supported in 'File Attributes' dialog in Setup Builder
  79.      -     Bug fix: Overwrite confirmation message wrong way round - it
  80.            refered to overwriting the file on the diskette with that on the
  81.            hard disk. Now fixed. Code which actually copied files was always
  82.            Ok even though the message was wrong.
  83.      -     Bug fix: Pressing 'Cancel' after pressing 'Build' caused program
  84.            to lock. Now fixed.
  85.      -     Confirm overwrite and check useage files now appear in the gauge
  86.      -     Bug fix: MakeIcon() had problems if command had parameters which
  87.            included a comma - Progman DDE took the comma as the next
  88.            parameter and created a completely incorrect icon
  89.      -     Backdrop shading now light at top, dark at bottom to conform with
  90.            Microsoft design standards
  91.  
  92. NEW FEATURES TO VERSION 3.09
  93.  
  94.      -     Now supports User Defined dialogs with new functions:
  95.                  CreateDialog
  96.                  CreateControl
  97.                  DestroyDialog
  98.                  SetFocus
  99.                  CentreDialog
  100.      -     Extra toolbar icons added
  101.      -     Visual Basic .MAK project import facility added
  102.      -     Now supplied with Sample projects and script files which are
  103.            also documented in the help file
  104.      -     Cut/Copy/Paste added to main application window
  105.      -     Setup About dialog copyright text can now be changed
  106.      -     Cut/Copy/Paste added to user code dialog
  107.      -     Number of files limit increased to 1024 for registered versions
  108.      -     User can now configure 'Initialising xxx Setup...' message when
  109.            SETUP.EXE is first run
  110.      -     Script language file opening/reading/writing enhanced to allow
  111.            10 files to be open at a time instead of the previous one for
  112.            reading and one for writing
  113.  
  114. NEW FEATURES TO VERSION 4.00
  115.  
  116.      -     Auto language translation for in-built dialog box buttons added.
  117.            Languages supported:
  118.                  US English
  119.                  UK English
  120.                  French
  121.                  German
  122.      -     Shared File Registry functions added:
  123.                  Register
  124.                  UnRegister
  125.      -     Shared File Registry now used by Setup Builder created scripts
  126.      -     New standard dialog template added to DialogBox function:
  127.                  DEINSTALL
  128.      -     De-Install procedure completely re-written and significantly
  129.            enhanced so that it is now automatically created with the user
  130.            not needing to write script code as before
  131.      -     All dialog text can now be changed by the user - defaults to
  132.            appropriate language translation (English, French or German)
  133.      -     Target disk space availability checked at install time
  134.      -     OpenIn/Out and CloseIn/Out functions replaced with Open and
  135.            Close functions which have in turn been extended to allow up
  136.            to 10 files to be opened at a time instead of the old one for
  137.            input and one for output at a time
  138.      -     ReadLine/WriteLine functions modified to support above file
  139.            handling changes
  140.      -     Hourglass now displays during all time consuming processing
  141.      -     SETUP.EXE and INSTALL.EXE now placed on first target diskette
  142.            at build time so that the user can start an installtion with
  143.            either SETUP or INSTALL
  144.      -     Help File documentation udpdated
  145.      -     Bug Fix: INST.EXE couldn't handle files being copied to
  146.                     directories with a point in eg an attempt to copy a
  147.                     file to C:\TEST.TMP\TEST.DAT would fail. Now fixed.
  148.      -     Bug Fix: Cut file facility corrupted the current project.
  149.                     Caused by a failure of _mktemp to create the
  150.                     clipboard temporary file name. Now fixed.
  151.      -     New feature added to allow the user to manually encrypt or
  152.            un-encrypt a script file
  153.      -     Short sight: Prompt text which asks the user at install time
  154.                         about building a program manager group was not
  155.                         available to change in the project dialog text
  156.                         dialog. It now is.
  157.      -     Install/De-Install now removes itself from a H/D once it has
  158.            completed. It formally left a few files in \WINDOWS\TEMP. The
  159.            directory however is not removed because many applications use
  160.            \WINDOWS\TEMP as a temporary file directory
  161.      -     Default text for prompt to create Program manager group and icons
  162.            did not have a French translation. Now added.
  163.      -     Facility to import external component files from third party
  164.            products added eg Run-Time support files such as VBRUN300.DLL
  165.            and Microsoft Access
  166.      -     *** IMPORTANT NOTE: *** Escape character for special characters
  167.            changed from \ to ^ as it caused all kinds of user confusion and
  168.            incompatibilities with directory and file names starting with
  169.            numbers. This change may impact any strings you have used in your
  170.            scripts which have Escape sequences for non-ASCII characters
  171.            embedded in them. See the 'Standards and Notations' help,
  172.            'Strings' section in the script language help file for more
  173.            information
  174.      -     GetBackupName() function added
  175.      -     Bug Fix: De-install script code was still using \ as the escape
  176.                     character. Should be ^ Now fixed in Setup Builder which
  177.                     created the script code incorrectly.
  178.            Bug Fix: De-Install facility did not unprotect protected files
  179.                     before trying to delete them, consequently a de-install
  180.                     did not work.
  181.      -     Bug Fix: File encryption caused German umlaute u (ü) character
  182.                     252 not to be unencrypted properly due to a fault in the
  183.                     algorithm used. It resulted in the character being
  184.                     replaced by a carriage return (chr 13). Now fixed.
  185.      -     Bug Fix: Copying a file in a script failed with a 'no space on
  186.                     target disk' error message if the drive letter in the
  187.                     file name was supplied in lower case. Now fixed.
  188.      -     Bug Fix: De-install was deleting Program Manager group
  189.                     %Application%. It should have been deleting the group
  190.                     name specified in the Project/PM Group dialog. Now fixed
  191.                     by a change to Setup Builder which created the script
  192.                     incorrectly
  193.      -     Ability to select the language to be used for an install procedure
  194.            added. This replaces the 'auto' selection which wasn't wholly
  195.            reliable and required the user to reconfigure Windows to build an
  196.            install for another country. The user can now build different
  197.            installs for different countries simply by choosing the language
  198.            and not having to reconfigure Windows
  199.  
  200. NEW FEATURES TO VERSION 4.01
  201.  
  202.      -     INST.EXE converted to use DDEML in DDE conversation with Program
  203.            Manager instead of 'old-style' SDK message sending protocol
  204.      -     Backdrop Preview facility added
  205.      -     Multitasking added to build process
  206.      -     Internal fixes
  207.      -     Append mode added to file writing Open() function
  208.      -     CLEANUP.EXE now put on first as well as last disks. This means
  209.            that in a multi-disk install if you quit out before copying files
  210.            you no longer get asked for the last disk
  211.      -     New tab added to Project Attributes dialog so that the user can
  212.            select whether to include the following files on the diskette:
  213.                  SETUP.EXE
  214.                  INSTALL.EXE
  215.                  LZEXPAND.DLL
  216.      -     Language support added for:
  217.                  Italian
  218.                  Spanish
  219.  
  220. NEW FEATURES TO VERSION 4.01.002
  221.  
  222.      -     Minor bug fixes
  223.      -     Icon text field size increased
  224.      -     Application name field size increased
  225.      -     GOTO statement processing changed. Result = significantly
  226.            increased performance
  227.      -     IMPORT.INI errors corrected for ODBCINST.DLL/,HLP, GRAPH.VBX
  228.      -     Setup Builder now deletes its temporary files from WINDOWS\TEMP
  229.            if Windows is shut down while Setup Builder is running. Previously
  230.            the files didn't get deleted. Normal File/Exit however, has always
  231.            deleted files correctly.
  232.  
  233.  
  234.  
  235. NEW FEATURES PLANNED FOR FUTURE RELEASES
  236.  
  237.      -     Install 'queue cards' - display changing comments during
  238.            an installation - for advertising the product being installed
  239.            and telling the user what the product can do and to fill in
  240.            registration cards etc
  241.      -     Menu system whereby a number of applications can be placed
  242.            on a diskette in different directories and the user can select
  243.            from a list applications to install/de-install.
  244.      -     Dialog editor program for user defined dialogs
  245.  
  246.  
  247.  
  248. KNOWN PROBLEMS/SOLUTIONS
  249.  
  250. Please see the Setup Builder online Windows Help File section 'Commonly
  251. Reported Problems'.
  252.  
  253.